home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / comms_w / inetv21.zip / COREINS.IN_ / COREINS.IN
Text File  |  1994-11-27  |  488b  |  10 lines

  1. '***************************************************************************
  2. '****************     COREWSDS-specific install API ************************
  3. '***************************************************************************
  4.  
  5. DECLARE SUB ExpandWin LIB "coreins.dll" (hwnd%)
  6. DECLARE FUNCTION ProbeVxd LIB "coreins.dll" AS INTEGER
  7. DECLARE FUNCTION WinExecAndWait LIB "coreins.dll" (hwnd%,cmd$,show%) AS INTEGER
  8. DECLARE FUNCTION InitCore LIB "coreins.dll" (path$) AS INTEGER
  9.  
  10.